Tags: google deepmind*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This page provides GGUF quantized versions of DiffusionGemma 26B A4B-it, a multimodal model from Google DeepMind based on the Gemma 4 architecture. The model employs discrete text diffusion through block-autoregressive multi-canvas sampling to achieve significantly faster decoding speeds than standard autoregressive models. It is capable of processing interleaved inputs consisting of text, images with variable resolutions and aspect ratios, and video content for generating textual outputs.
    Key topics:
    - Mixture-of-Experts architecture with 3.8 billion active parameters.
    - High-speed generation through parallel denoising of token blocks.
    - Multimodal input support including image and video understanding.
    - Extensive context window capability up to 256K tokens.
    - Integrated reasoning modes for step-by-step thought processes.
  2. Google DeepMind has released the Gemma 4 12B, a dense multimodal model featuring an encoder-free architecture. Unlike previous iterations that used separate vision and audio encoders, this model allows these modalities to flow directly into the LLM backbone. This streamlined design reduces latency and memory overhead, allowing the model to perform agentic reasoning tasks on consumer laptops with as little as 16 GB of VRAM while approaching the performance levels of much larger models like the 26B MoE variant.

    - Unified decoder-only architecture for text, image, video, and native audio input.
    - Encoder-free design using a 35M vision embedder and direct raw audio wave projection.
    - Optimized to run locally on Apple Silicon Macs and consumer GPU laptops.
    - Released under an Apache 2.0 license with support for llama.cpp, MLX, vLLM, and Ollama.
  3. Google has introduced Gemma 4 12B, a mid-sized multimodal model designed to bring agentic intelligence directly to consumer laptops. This model bridges the gap between smaller edge models and larger Mixture of Experts versions by offering high performance with a significantly reduced memory footprint. A key innovation is its encoder-free architecture, which allows vision and audio inputs to flow directly into the language model backbone rather than relying on separate, latency-inducing encoders.
    Main topics:
    Novel unified architecture without multimodal encoders
    Native support for direct audio and vision input processing
    Optimized for local execution on hardware with 16GB of RAM
    Reasoning performance nearing much larger 26B models
    Released under an Apache 2.0 license
    Integrated Multi-Token Prediction drafters to reduce latency
  4. The author explores the utility of Google DeepMind's Gemma 4 as a powerful option for running large language models locally on consumer hardware. By testing the E4B variant using tools like LM Studio and llama.cpp, they demonstrate how open-weight models can handle multimodal tasks including text, image analysis, and audio processing with impressive precision and privacy.
  5. Google has released Multi-Token Prediction (MTP) drafters for the Gemma 4 model family to significantly accelerate inference speeds. By utilizing a specialized speculative decoding architecture, these drafters can deliver up to a 3x speedup without compromising output quality or reasoning capabilities. This technology addresses memory-bandwidth bottlenecks by allowing a lightweight drafter to predict multiple future tokens that are then verified in parallel by the larger target model.
    Key points:
    * Improved responsiveness for real-time chat, voice applications, and agentic workflows.
    * Faster local development on personal computers and consumer GPUs.
    * Enhanced performance and battery efficiency on edge devices.
    * Architectural optimizations including KV cache sharing and activation utilization.
    * Available now under the Apache 2.0 license via Hugging Face and Kaggle.
  6. Google DeepMind has introduced AlphaEvolve, an LLM-powered evolutionary coding agent that automates the design of algorithms for Multi-Agent Reinforcement Learning (MARL) in imperfect-information games. Using Gemini 2.5 Pro to mutate Python source code, the system discovered two novel algorithms: VAD-CFR and SHOR-PSRO. These evolved algorithms matched or surpassed state-of-the-art hand-designed baselines in various scenarios, including poker and Liars Dice. The research highlights the ability of automated search to discover non-intuitive mechanisms, such as volatility-adaptive discounting and hybrid meta-solvers, which generalize effectively to larger, unseen games, proving that LLMs can evolve complex algorithmic logic more efficiently than manual human iteration.
  7. >As autonomous agents powered by LLM are increasingly deployed in society, understanding their collective behaviour in social dilemmas becomes critical. We introduce an evaluation framework where LLMs generate strategies encoded as algorithms, enabling inspection prior to deployment and scaling to populations of hundreds of agents—substantially larger than in previous work. We find that more recent models tend to produce worse societal outcomes compared to older models when agents prioritise individual gain over collective benefits. Using cultural evolution to model user selection of agents, our simulations reveal a significant risk of convergence to poor societal equilibria, particularly when the relative benefit of cooperation diminishes and population sizes increase. We release our code as an evaluation suite for developers to assess the emergent collective behaviour of their models
  8. Google DeepMind research reveals a fundamental architectural limitation in Retrieval-Augmented Generation (RAG) systems related to fixed-size embeddings. The research demonstrates that retrieval performance degrades as database size increases, with theoretical limits based on embedding dimensionality. They introduce the LIMIT benchmark to empirically test these limitations and suggest alternatives like cross-encoders, multi-vector models, and sparse models.
  9. Researchers from Google DeepMind have developed Differentiable Cache Augmentation, a method that uses a coprocessor to augment LLM's key-value cache with latent embeddings, enhancing reasoning capabilities without increasing computational burden.

    "The methodology revolves around a three-stage process. First, the frozen LLM generates a kv-cache from an input sequence, encapsulating its internal representation. This kv-cache is passed to the coprocessor, which processes it with additional trainable soft tokens. Not tied to specific words, these tokens act as abstract prompts for generating latent embeddings. Once processed, the augmented kv-cache is fed back into the LLM, enabling it to generate contextually enriched outputs. This asynchronous operation ensures the coprocessor’s enhancements are applied efficiently without delaying the LLM’s primary functions. Training the coprocessor is conducted using a language modeling loss, focusing solely on its parameters while preserving the integrity of the frozen LLM. This targeted approach allows for scalable and effective optimization."

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "google deepmind"

About - Propulsed by SemanticScuttle